function Homepage(){ //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm" DocURL = document.location.href; //this is where the http or https will be, as found by searching for :// but skipping the res:// protocolIndex=DocURL.indexOf("://",4); //this finds the ending slash for the domain server serverIndex=DocURL.indexOf("/",protocolIndex + 3); //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex); BeginURL=DocURL.indexOf("#",1) + 1; if (protocolIndex - BeginURL > 7) urlresult="" urlresult=DocURL.substring(BeginURL,serverIndex); //for display, we need to skip after http://, and go to the next slash displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex); // Security precaution: must filter out "urlResult" and "displayresult" forbiddenChars = new RegExp("[<>\'\"]", "g"); // Global search/replace urlresult = urlresult.replace(forbiddenChars, ""); displayresult = displayresult.replace(forbiddenChars, ""); //document.write('' + displayresult + ""); return displayresult; } urlcli = Homepage();document.write('');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write('
');document.write(''); document.write(''); document.write(''); document.write('');document.write('
Noticias Cristianas del Mundo
'); document.write('• Guatemala: Descubierta en El diablo tumba de jefe maya
'); document.write('• En Puerto Rico cuatro de cada diez creyentes son protestantes
'); document.write('• Traducen por primera vez la Biblia al chino moderno
'); document.write('• Pérdidas millonarias en el Vaticano a causa de la crisis
'); document.write('• Afganistán persigue a los convertidos al cristianismo del Islam
'); document.write('• Católicos y evangélicos rechazan la lectura obligatoria de la Biblia en las escuelas salvadoreñas
'); document.write('• La Iglesia anglicana bordea el cisma con la elección de un obispo gay
'); document.write('
Tecnología
'); document.write('• El papel electrónico llegará a las tiendas en 2009
'); document.write('• Sony lanza su nueva PSP 3000 con pantalla LCD y micrófono integrado
'); document.write('• Expertos prevén la “Ruptura” de Internet
'); document.write('• Yahoo lanza sus portales de internet para Colombia, Chile, Perú y Venezuela
'); document.write('• América Móvil comienza venta de iPhone en Latinoamérica a partir de julio
'); document.write('• Nuevos procesadores para servidores Intel menos watts, alto rendimiento
'); document.write('• Toshiba sepultó formato de DVD de alta definición, el HD DVD, concediéndole victoria a Sony
'); document.write('
Mercado Latino
'); document.write('• A Pescao “Huele” el MTV Latino
'); document.write('• La Gracia de Dios se Desbordó Durante la Conferencia “Adorar Es”
'); document.write('• Miriam Bloise y Ale Gómez en la Feria del Libro Cristiana en Argentina
'); document.write('• Melquisedec Regresa con Vista al Cielo
'); document.write('• Soulfire Revolution Firma Contrato de Distribución Internacional
'); document.write('• Dorka Marizan Aspira en 3 Categorías a los Premios Arpa
'); document.write('• Logisti-K Anuncia Visita de Switchfoot a Buenos Aires
'); document.write('


¿Quiéres estos titulares en tu sitio Web? Pulsa aquí
');